@charset "utf-8";

/* CSS Document */
html,
body {
    margin: 0px;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑";
    background: #fff;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
img,
button {
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

table,
td,
tr,
th {
    border: 0;
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
    list-style: none;
}

img {
    vertical-align: top;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
b,
span {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

address,
cite,
code,
th {
    font-weight: normal;
    font-style: normal;
}

img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}


.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #4a4b55;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #ec9313;
    text-decoration: none;
}

.bj {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #f5f5f5;
}


.warp {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 0 0px;
}

.warp2 {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.warp3 {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}



.w365 {
    width: 360px;
    margin-right: 20px;
}

.w240 {
    width: 238px;
    margin-right: 2px;
    float: right;
    background: #f5f5f5;
}

.w2402 {
    width: 240px;
    height: 292px;
    position: relative;
    float: right;
    background: #f5f5f5;
}


/*顶部*/
.header {
    width: 100%;
    height: 136px;
    margin: 0 auto;
    overflow: hidden;
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911242688687.jpg) center top no-repeat;
}

.logo {
    float: left;
}

.topnav {
    text-align: right;
    font-size: 12px;
    color: #c7c7c7;
    line-height: 30px;
    padding-top: 27px;
}

.topnav span {
    padding: 0 10px;
}

.topnav a {
    color: #707070;
}

.topnav a:hover {
    color: #0d8ee9;
}

.sea {
    float: right;
    text-align: right;
    padding-top: 14px;
}

.sea .inp {
    width: 200px;
    height: 32px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    border-right: none;
    font-size: 14px;
    line-height: 32px;
    color: #a5a5a5;
    padding: 0 0 0 12px;
    background: #fff;
    font-family: "Microsoft YaHei", "微软雅黑";
    float: left;
}

.sea .bot {
    width: 35px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    padding: 0px;
    border: 0px;
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) 0 0 no-repeat;
    cursor: pointer;
    float: left;
}


/*菜单*/
.nav {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911242191341.jpg) center top no-repeat #0d8ee9;
}

.nav ul {
    width: 980px;
    margin: 0 auto;
}

.nav li {
    float: left;
    height: 48px;
    position: relative;
    top: 0px;
}

.nav li a {
    text-decoration: none;
}

.nav li span {
    float: left;
    color: #fff;
    line-height: 46px;
    display: block;
    padding: 2px 42px 0 42px;
    cursor: pointer;
    font-weight: bold;
}

.nav li span:hover {
    text-decoration: none;
    background: #fff;
    color: #0d8ee9;
}

.nav li span.cug {
    float: left;
    color: #fff;
    line-height: 46px;
    display: block;
    padding: 2px 43px 0 43px;
    cursor: pointer;
}

.nav li span.cug:hover {
    text-decoration: none;
    background: #fff;
    color: #0d8ee9;
}

.nav li .submenu {
    display: none;
    position: absolute;
    top: 48px;
    z-index: 999999;
    width: 144px;
    left: 0;
}

.smenu_li {
    width: 144px;
    text-align: center;
    float: left;
    background: #f5f5f5;
    font-size: 14px;
}

.smenu_li a {
    width: 136px;
    line-height: 20px;
    display: inline-block;
    color: #4a4b55;
    padding: 12px 4px;
}

.smenu_li a:hover {
    background: #fff;
    color: #0d8ee9;
}


/*焦点图*/
.focus,
#focus {
    width: 100%;
    height: 264px;
    overflow: hidden;
    position: relative;
}

.focus ul li {
    width: 100%;
    height: 264px;
    overflow: hidden;
}

.focus ul li img {
    width: 100%;
    height: 264px;
}

.focus ul li span {
    width: 100%;
    height: 40px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC000000', endColorstr='#72000000');
}

.focus ul li p {
    width: 70%;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 3%;
}

.focus ul li p a {
    color: #fff;
    text-decoration: none;
}

#pager {
    position: absolute;
    bottom: 14px;
    right: 0.65em;
    z-index: 999;
}

#pager a {
    width: 12px;
    height: 12px;
    margin-left: 2px;
    margin-right: 2px;
    background: #fff;
    cursor: pointer;
    line-height: 0;
    font-size: 0;
    display: inline-block;
    border-radius: 0px;
}

#pager a.activeSlide {
    background: #ec9312;
    border-radius: 0px;
}

#pager a:hover {
    background: #ec9312;
    border-radius: 1px;
}


/*标签切换*/
.tit {
    width: 100%;
    border-bottom: 2px solid #ebebeb;
}

.tit ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: -2px;
}

.tit li {
    float: left;
    position: relative;
    z-index: 999;
    /* cursor: pointer; */
}
#scrollDiv{
    height: 292px;
    margin-right: 2px;
}
.tit .active {
    line-height: 42px;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 2px solid #0e8ee9;
    margin: 2px 14px 2px 2px;
    padding: 0 2px;
}

.tit .active b {
    color: #0d8ee9;
    background: #fff;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.tit .normal {
    line-height: 42px;
    font-size: 17px;
    font-weight: bold;
    color: #666;
    margin: 2px 14px 2px 2px;
    padding: 0 2px;
}

.tit .normal b {
    color: #666;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

/*市级动态&县市动态&上级动态_新闻列表*/
.news {
    width: 100%;
    float: left;
    padding: 10px 0 0 0px;
}

.news ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #a2a2a2;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news ul li span {
    float: right;
    font-size: 12px;
}

.more {
    font-size: 13px;
    line-height: 40px;
    margin-left: 328px;
    margin-top: -54px;
    position: absolute;
    z-index: 999;
}

.more a {
    color: #999;
    text-decoration: none;
}

.more a:hover {
    color: #0d8ee9;
}

/*栏目*/
.lm {
    width: 100%;
    float: left;
    border-bottom: 2px solid #ebebeb;
}

.lm b {
    float: left;
    line-height: 42px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -2px;
    color: #0d8ee9;
}

.lm span {
    font-size: 13px;
    line-height: 40px;
    float: right;
}

.lm span a {
    color: #999;
    text-decoration: none;
}

.lm span a:hover {
    color: #0d8ee9;
}

/*外埠传真_新闻列表*/
.news2 {
    width: 100%;
    float: left;
    padding: 10px 0 0 0px;
}

.news2 ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #a2a2a2;
    line-height: 39px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news2 ul li span {
    float: right;
    font-size: 12px;
}

.news2 ul li:nth-child(8n+1) {
    border-bottom: 1px #ddd dotted;
}

.news2 ul li:nth-child(8n+2) {
    border-bottom: 1px #ddd dotted;
}

.news2 ul li:nth-child(8n+3) {
    border-bottom: 1px #ddd dotted;
}

.news2 ul li:nth-child(8n+4) {
    border-bottom: 1px #ddd dotted;
}


/*通知公告_新闻列表*/
.news3 {
    width: 100%;
    float: left;
    padding: 10px 0 0 0px;
}

.news3 ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #a2a2a2;
    line-height: 39px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news3 ul li span {
    float: right;
    font-size: 12px;
}

.news3 ul li:nth-child(8n+1) {
    border-bottom: 1px #ddd dotted;
}

.news3 ul li:nth-child(8n+2) {
    border-bottom: 1px #ddd dotted;
}

.news3 ul li:nth-child(8n+3) {
    border-bottom: 1px #ddd dotted;
}

.news3 ul li:nth-child(8n+4) {
    border-bottom: 1px #ddd dotted;
}

.news3 ul li:nth-child(8n+5) {
    border-bottom: 1px #ddd dotted;
}


/*栏目2*/
.lm2 {
    width: 220px;
    float: left;
    font-size: 17px;
    line-height: 38px;
    font-weight: bold;
    color: #0d8ee9;
    padding: 10px 0 0 20px;
}

/*政务信息公开*/
.zwxxgk {
    width: 240px;
    float: left;
    font-size: 17px;
    padding: 0 0 6px 0px;
}

.zwxxgk ul li {
    width: 240px;
    float: left;
    font-size: 14px;
    line-height: 42px;
}

.zwxxgk ul li a {
    display: block;
    padding: 0 0 0 20px;
    color: #4a4b55;
}

.zwxxgk ul li a:hover {
    background: #fff;
    color: #0d8ee9;
}

.zwxxgk ul li a.cug {
    background: #fff;
    color: #0d8ee9;
}


/*互动交流*/
.hdjl {
    width: 230px !important;
    float: left;
    margin-left: 8px;
    margin-bottom: 2px;
    padding: 5px 0 0 0px;
}

.hdjl ul li {
    width: 96px;
    float: left;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0 8px 16px 8px;
}

.hdjl ul li a {
    color: #4a4b55;
    display: block;
    padding: 50px 0 12px 0px;
}

.hdjl ul li a:hover {
    color: #fff;
}

.hdjl ul li .ico1 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) 0 -50px no-repeat #fff;
    border: 1px solid #ebebeb;
}

.hdjl ul li .ico1:hover {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) 0px -130px no-repeat #0d8ee9;
    border: 1px solid #1d8ee9;
}

.hdjl ul li .ico2 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -90px -50px no-repeat #fff;
    border: 1px solid #ebebeb;
}

.hdjl ul li .ico2:hover {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -90px -130px no-repeat #0d8ee9;
    border: 1px solid #1d8ee9;
}

.hdjl ul li .ico3 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -180px -50px no-repeat #fff;
    border: 1px solid #ebebeb;
}

.hdjl ul li .ico3:hover {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -180px -130px no-repeat #0d8ee9;
    border: 1px solid #1d8ee9;
}

.hdjl ul li .ico4 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -270px -50px no-repeat #fff;
    border: 1px solid #ebebeb;
}

.hdjl ul li .ico4:hover {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -270px -130px no-repeat #0d8ee9;
    border: 1px solid #1d8ee9;
}


/*民政专题*/
.mzzt {
    width: 210px;
    margin:5px 15px 15px;
    float: left;
    height: 240px;
    overflow: hidden;
}

.mzzt ul li {
    width: 210px;
    float: left;
}

.mzzt ul li img {
    width: 100%;
    height: 70px;
    margin: 5px 0px;
}

.up {
    display: none;
    width: 240px;
    float: left;
    text-align: center;
}

.up span {
    width: 19px;
    height: 26px;
    display: inline-block;
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) 0 -230px no-repeat;
}

.down {
    display: none;
    width: 240px;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.down span {
    width: 19px;
    height: 26px;
    display: inline-block;
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) 0 -270px no-repeat;
}


/*办事服务*/
.bsfw {
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding: 23px 0px;
}

.bsfw ul {
    padding: 0 0 0 28px;
    float: left;
}

.bsfw ul li {
    width: 162px;
    float: left;
    font-size: 16px;
    line-height: 42px;
}

.bsfw ul li a {
    color: #474747;
    display: block;
    padding: 0 0 0 55px;
}

.bsfw ul li a:hover {
    color: #0d8ee9;
}

.bsfw ul li .ico1 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -420px -20px no-repeat;
}

.bsfw ul li .ico2 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -420px -100px no-repeat;
}

.bsfw ul li .ico3 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -420px -180px no-repeat;
}

.bsfw ul li .ico4 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -420px -260px no-repeat;
}

.bsfw ul li .ico5 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -420px -340px no-repeat;
}

.bsfw ul li .ico6 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -420px -420px no-repeat;
}


/*友情链搪*/
.friendlink {
    width: 997px;
    margin: 2px;
    float: left;
    overflow: auto;
    padding: 4px 0 24px 0;
}

.friendlink ul li {
    width: 200x;
    float: left;
}

.friendlink ul li select {
    width: 238px;
    height: 35px;
    font-size: 14px;
    color: #666;
    line-height: 35px;
    border: 2px solid #d2d0d1;
    background: #f8f8f8;
    padding: 0 0 0 8px;
    font-family: "Microsoft YaHei", "微软雅黑";
}

.mar15 {
    margin-right: 15px;
}

/*底部*/
.footer {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #f5f5f5;
    border-top: 1px solid #ebebeb;
}

.footer .copy {
    width: 650px;
    margin: 0 auto;
    overflow: hidden;
    padding: 16px 0;
}

.footer .copy h1 {
    float: left;
    padding: 0 30px 0 0px;
}

.footer .copy h2 {
    float: left;
    font-size: 12px;
    line-height: 28px;
    color: #777;
    text-align: center;
    padding: 6px 0 0 0px;
}




/* --------------------------------------------------------- 二级页面 ----------------------------------------------------- */

.list_titel {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #0d8ee9;
    line-height: 40px;
    padding: 35px 0 0 0;
}

.list_titel span {
    float: right;
    font-size: 13px;
    color: #999;
    font-weight: normal;
}

.list_titel span a {
    color: #999;
}

.list_titel span a:hover {
    color: #0d8ee9;
}

.default_pgContainer {
    float: left;
    padding: 0 0 15px 0;
}

.default_pgToolbar {
    float: left;
    padding: 10px 0;
}




/*文字列表页*/
.list {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 50px 0px;
}

.list ul li {
    width: 880px;
    float: left;
    font-size: 15px;
    color: #333;
    line-height: 50px;
    border-bottom: 1px #ddd dotted;
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) 2px -500px no-repeat;
    padding: 0 0 0 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list ul li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.next {
    width: 900px;
    margin: 45px auto 50px auto;
    font-size: 14px;
    overflow: hidden;
}

.next a {
    border: 0px solid #ddd;
    color: #333;
    background: #ddd;
    margin: 0 10px 0 0px;
    padding: 0 13px;
    line-height: 34px;
    display: inline-table;
    border-radius: 2px;
}

.next a:hover {
    border: 0px solid #0d8ee9;
    background: #0d8ee9;
    color: #fff;
    border-radius: 2px;
}

.next a:active {
    border: 0px solid #0d8ee9;
    background: #0d8ee9;
    color: #fff;
    border-radius: 2px;
}

.next span.current {
    background: #0d8ee9;
    color: #fff;
    border: 0px solid #0d8ee9;
    display: inline-table;
    border-radius: 2px;
    line-height: 34px;
    padding: 0 13px;
    margin: 0 10px 0 0px;
}

.next span.disabled {
    padding: 0 9px 0 0px;
}


#myTab2_Content0,
#myTab2_Content1,
#myTab3_Content0,
#myTab3_Content1,
#myTab4_Content0,
#myTab4_Content1{
    display: block;
    width: 358px;
    height: 240px;
    margin-left: 2px;
    margin-bottom: 2px;
}




/* --------------------------------------------------------- 三级页面 ----------------------------------------------------- */


/*正文页*/
.con90 {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.titt {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 24px;
    color: #333;
    text-align: center;
    padding: 40px 0 20px 0px;
}

.info {
    width: 100%;
    float: left;
    color: #888;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    padding: 0 0 32px 0px;
    border-bottom: 1px #d8d2d1 dashed;
    margin-bottom: 34px;
}

.info span {
    padding-right: 20px;
}

.zw {
    width: 100%;
    float: left;
    color: #555;
    line-height: 2em;
    font-size: 16px;
}

.zw p {
    padding-bottom: 28px;
}

.zw img {
    max-width: 100%;
    height: auto;
}

.fx {
    width: 100%;
    float: left;
    padding: 10px 0 50px 0px;
}

.fx span {
    float: right;
    font-size: 16px;
    color: #333;
}


.icon-medium-plus {
    line-height: 32px;
    color: #333;
    font-size: 16px;
}


/* old_type */
.old_type .news_tt {
    height: 250px;
    margin-top: 50px;
    padding: 0 !important;
    position: relative;
}

.old_type .headLinesWrap a {
    padding-left: 30px;
    line-height: 64px;
    font-size: 32px;
}

.old_type .ts_more {
    font-size: 28px;
}

.old_type .headLines .headLines-container {
    height: 250px;
}

.old_type .w365 {
    width: 99%;
    margin-right: unset;
    margin-top: 50px;
    margin-left: 2px;
    margin-bottom: 2px;
}

.old_type .focus,
.old_type #focus {
    height: 734px;
}

.old_type .focus ul li {
    height: 734px;
}

.old_type .focus ul li img {
    height: 734px;
}

.old_type .focus ul li span {
    height: 64px;
}

.old_type .focus ul li p {
    font-size: 32px;
    line-height: 64px;
}

.old_type #pager {
    bottom: 19px;
}

.old_type #pager a {
    width: 25px;
    height: 25px;
}

.old_type .lm span {
    font-size: 28px;
    line-height: 96px;
}

.old_type .lm b {
    line-height: 96px;
    font-size: 48px;
}

.old_type .news ul li {
    height: 75px;
    font-size: 36px;
    line-height: 72px;
}

.old_type .news ul li span {
    font-size: 36px;
}

.old_type .caa .govpushinfo150203 {
    width: 100% !important;
    height: auto !important;
    margin-top: 0;
}

.old_type .govpushinfo150203 li a {
    display: block;
    margin: 2px;
    width: 99.6%;
    line-height: 72px;
    float: left !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.old_type .news ul li a{
    margin-left: 2px;
}
.old_type .w240 {
    width: 99%;
    padding: 30px 0;
    margin-bottom: 2px;
}

.old_type .xxgkzdya {
    display: block;
    float: left;
    width: 35%;
    margin-left: 8%;
}

.old_type .xxgkzdya img {
    width: 100%;
}

.old_type .xxgkzdy div {
    float: left !important;
    margin-top: 0 !important;
    width: 45% !important;
    margin-left: 5% !important;
    height: 274px !important;
    line-height: 274px !important;
}

.old_type .xxgkzdy div a {
    font-size: 48px !important;
}

.old_type .lm2 {
    font-size: 48px !important;
    line-height: 48px !important;
    padding: 0 0 0 30px;
    font: unset;
}

.old_type .hdjl {
    width: 97% !important;
    float: left;
    margin-left: 22px;
    margin-top: 30px;
    padding: 0;
}

.old_type .hdjl ul li {
    width: 224px;
    float: left;
    font-size: 28px;
    line-height: 28px;
}

.old_type .hdjl ul li a {
    color: #4a4b55;
    padding: 110px 0 12px 0px;
    background-size: 763px !important;
}

.old_type .hdjl ul li .ico1 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) 37px -66px no-repeat #fff;
}

.old_type .hdjl ul li .ico2 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -100px -66px no-repeat #fff;
}

.old_type .hdjl ul li .ico3 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -245px -66px no-repeat #fff;
}

.old_type .hdjl ul li .ico4 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -384px -66px no-repeat #fff;
}

.old_type .hdjl ul li .ico1:hover {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) 37px -66px no-repeat #fff;
    color: #1d8ee9;
}

.old_type .hdjl ul li .ico2:hover {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -100px -66px no-repeat #fff;
    color: #1d8ee9;
}

.old_type .hdjl ul li .ico3:hover {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -245px -66px no-repeat #fff;
    color: #1d8ee9;
}

.old_type .hdjl ul li .ico4:hover {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -384px -66px no-repeat #fff;
    color: #1d8ee9;
}

.old_type .tit .active {
    line-height: 96px;
    font-size: 48px;
    margin: 2px 19px 2px 2px;
}

.old_type .tit .normal {
    line-height: 96px;
    font-size: 48px;
    margin: 2px 19px 2px 2px;
}

.old_type .more {
    font-size: 28px;
    line-height: 96px;
    margin-left: 921px;
    margin-top: -107px;
}

.old_type .news2 ul li,
.old_type .news3 ul li {
    font-size: 36px;
    line-height: 72px;
}

.old_type .news2 ul li span,
.old_type .news3 ul li span {
    font-size: 36px;
}

.old_type .changeDiv a {
    display: block;
    height: 100%;
}

.old_type .w2402 {
    width: 1000px;
}

.old_type .up,
.old_type .down {
    display: none;
}

.old_type .mzzt {
    width: 939px;
    margin: 30px;
}

.old_type .mzzt ul li {
    width: 100%;
}

.old_type .mzzt ul li img {
    display: block;
    width: 100%;
    height: 230px;
}


/* 轮播图 */
.focusBox {
    float: left;
    position: relative;
    width: 360px;
    height: 264px;
    overflow: hidden;
    text-align: left;
    background: #fff;
    margin: 2px;
}

.focusBox .pic img {
    width: 360px;
    height: 264px;
    display: block;
}

.focusBox .pic li {
    position: relative;
}

.pictit {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: url(alpha_bj.png);
    background-size: contain;
    overflow: hidden;
}

.pictit a {
    display: block;
    color: #fff;
    padding-left: 10px;
    width: 230px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    z-index: 99;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 13px;
    right: 10px;
}

.focusBox .num li {
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    cursor: pointer;
    background: #fff;
}

.focusBox .num li.on {
    background: #ec9312;
}

/* 老年版 */
.old_type .focusBox {
    width: 100%;
    height: 734px;
}

.old_type .focusBox .pic img {
    width: 1000px;
    height: 734px;
}

.old_type .focusBox .pic li {
    width: 1000px !important;
}

.old_type .pictit {
    height: 64px;
}

.old_type .pictit a {
    width: 75%;
    height: 64px;
    line-height: 64px;
    font-size: 28px;
}

.old_type .focusBox .num li {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.old_type .focusBox .num {
    bottom: 22px;
}

/* 轮播图 end */



/*手机版样式 */
.mobile_type .warp {
    width: 100vw;
    padding: 3vw 0 0 0px;
}

.mobile_type .pchf img {
    width: 100%;
    height: 15vw;
}
.mobile_type .headLines .tag-head{
    margin: 0 !important;
}
.mobile_type .headLines .tag-head span {
    padding: 2vw 0;
    width: 15vw;
    min-height: 19vw;
    font-size: 6vw;
    line-height: 12vw;
}

.mobile_type .headLinesWrap {
    width: 75vw;
    margin-left: 2vw;
}

.mobile_type .headLinesWrap a {
    padding-left: 0;
    background: none;
    line-height: 9vw;
    font-size: 4vw;
}

.mobile_type .ts_more {
    font-size: 4vw;
    right: 3vw;
    bottom: 3vw;
}

.mobile_type .news_tt {
    height: 43vw;
}

.mobile_type .headLines .headLines-container {
    width: 94vw;
    height: 43vw;
    padding: 0 !important;
}

.mobile_type .w365 {
    width: 94vw;
    margin: 3vw;
}

.mobile_type .focusBox {
    width: 94vw;
    height: 70vw;
}

.mobile_type .focusBox li {
    width: 94vw;
    height: 70vw;
}

.mobile_type .focusBox .pic img {
    width: 94vw;
    height: 70vw;
}

.mobile_type .pictit {
    height: 10vw;
}

.mobile_type .pictit a {
    padding-left: 2vw;
    width: 70vw;
    height: 10vw;
    font-size: 4vw;
    line-height: 10vw;
}

.mobile_type .focusBox .num li {
    width: 3vw;
    height: 3vw;
    margin-right: 1vw;
}

.mobile_type .focusBox .num {
    bottom: 3.5vw;
    right: 2vw;
}

.mobile_type .lm span {
    font-size: 4vw;
    line-height: 12vw;
}

.mobile_type .lm b {
    line-height: 12vw;
    font-size: 4.5vw;
}

.mobile_type .news ul li {
    font-size: 4vw;
    line-height: 10vw;
}

.mobile_type .news ul li span,
.mobile_type .news3 ul li span {
    font-size: 4vw;
}

.mobile_type .news ul li a,
.mobile_type .news2 ul li,
.mobile_type .news3 ul li a {
    display: block;
    width: 78%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mobile_type .govpushinfo150203 {
    padding: 0;
    width: 100% !important;
    height: 60vw !important;
    overflow: hidden;
    margin-top: 0;
}

.mobile_type .govpushinfo150203 li a {
    line-height: 10vw;
}

.mobile_type .w240 {
    width: 94vw;
    margin-right: 3vw;
    padding: 3vw;
}

.mobile_type .xxgkzdya img {
    width: 100%;
}

.mobile_type .xxgkzdy div {
    margin-top: 3vw !important;
    width: 100% !important;
    height: 12vw !important;
    line-height: 12vw !important;
}

.mobile_type .xxgkzdy div a {
    font-size: 5vw;
}

.mobile_type .lm2 {
    width: 100%;
    font-size: 4.5vw;
    line-height: 10vw;
    padding: 0;
}

.mobile_type .hdjl {
    width: 100% !important;
    margin-left: 0;
    padding: 3vw 0 0;
}

.mobile_type .hdjl ul li {
    width: 19.5vw;
    float: left;
    font-size: 4vw;
    line-height: 6vw;
    text-align: center;
    margin: 0 0 0 3vw;
}

.mobile_type .hdjl ul li:first-child {
    margin-left: 0;
}

.mobile_type .hdjl ul li .ico1 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -9px -50px no-repeat #fff;
}

.mobile_type .hdjl ul li .ico2 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -101px -50px no-repeat #fff;
}

.mobile_type .hdjl ul li .ico3 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -191px -50px no-repeat #fff;
}

.mobile_type .hdjl ul li .ico4 {
    background: url(http://wzmz.wenzhou.gov.cn/picture/141/1610120911241637076.png) -281px -50px no-repeat #fff;
}

.mobile_type .tit .active,
.mobile_type .tit .normal {
    line-height: 12vw;
    font-size: 4.5vw;
    margin: 0 3vw 0 0px;
    padding: 0;
}

.mobile_type .more {
    font-size: 4vw;
    line-height: 12vw;
    margin-left: 83vw;
    margin-top: -15vw;
}

.mobile_type .news2 ul li {
    width: 100%;
    line-height: 10vw;
    font-size: 4vw;
}

.mobile_type .news2 ul li span {
    font-size: 4vw;
}

.mobile_type .changeBox_a1 {
    height: 20vw !important;
}

.mobile_type .changeBox_a1 img {
    width: 100% !important;
    height: 20vw !important;
}

.mobile_type .w2402 {
    width: 94vw;
    height: 55vw;
    margin-right: 3vw;
}

.mobile_type #scrollDiv {
    height: 56vw;
}

.mobile_type .up,
.mobile_type .down {
    width: 57vw;
    margin: 0 18vw;
}

.mobile_type .mzzt {
    width: 57vw;
    margin: 0 18vw;
    height: 41vw;
}

.mobile_type .wzmzzt a {
    display: block;
    width: 94vw;
    height: auto;
    margin: 3vw 3vw !important;
}

.mobile_type .wzmzzt a img {
    display: block;
    width: 100%;
}

.mobile_type .friendlink {
    display: none;
}
.mobile_type .footer1{
    padding: 6vw 0 8vw;
}
.mobile_type .ft1cent{
    width: 94vw;
}
.mobile_type .fp1{
    font-size: 4vw;
    line-height: 8vw;
}
.mobile_type .dzjg1{
    margin-right: 5vw;
}

.old_type #wzarab1,
.old_type #wzarab2{
    margin-left: 2px !important;
}
.old_type #wzatab1_1,
.old_type #wzatab2_1{
    margin: 2px !important;
}
.old_type #myTab2_Content0,.old_type #myTab2_Content1,.old_type #myTab3_Content0,.old_type #myTab3_Content1,.old_type #myTab4_Content0,.old_type #myTab4_Content1{
    width: 99% !important;
}
.old_type #myTab2_Content0,.old_type #myTab2_Content1{
    height: 370px;
}
.old_type #myTab3_Content0,.old_type #myTab3_Content1,.old_type #myTab4_Content0,.old_type #myTab4_Content1{
    height: 450px;
}
.old_type .mzzt ul li:first-child {
    margin-left: 0 !important;
}
.old_type .mzzt ul li {
    width: 49% !important;
    margin-left: 2% !important;
}
.old_type #scrollDiv,.old_type .mzzt{
    height: 220px !important;
}
.old_type .mzzt ul li img{
    height: 150px !important;
}
.old_type .w2402{
    height: 220px !important;
}
.old_type #scrollDiv {
    margin-left: 2px;
}